I have a parent flow that runs a desktop flow in an azure virtual machine. The issue is that I need this desktop flow to run as soon as the parent flow starts it, not to get waiting in a queue.
I followed this documentation Run a Power Automate desktop flow - Power Automate | Microsoft Docs and created another user on my virtual machine. I created two connections using on-premises gateway, one for each user, and used one of them to run the desktop flow.

According to the documentation "Power Automate automatically scales the number of concurrent desktop flows runs to the maximum supported by the device". But as you can see in the next image, when I try to run two flows concurrently, only one runs at a given time and the other waits in the queue for its turn.

Does anybody know what I'm doing wrong? I'd greatly appreciate your help. Thank you