How to run flows in background?

How to run a flow in background? Right now I have an HTTP request that triggers these flows, but it always runs on main thread? Is there a way to make it run as a background process. I know tasks can be run background in prefect3.0, but I am looking for a solution for flows in prefect2.0