Sending New Request while await in progress

Is it possible to do this thing.

await somefunction() is running and is still not finished

and while its in progress, we can send another fetch request?

so parallel two requests both await or one await and other just fetch.