Increase the number of parallel calls to Chat GPT4 API

Hello,

I am developing an application that calls the GPT4 Chat completion API. I have found that after 2 simultaneous calls, the OpenAI server is frozen, waiting for a call to complete.

Is there a way around this limitation?
A specific pro subscription, maybe?