Control connection reuse behavior for particular scenario

I want to run a mix of tests at the same time, simulating “real-world” traffic. Part of the behavior I would like to simulate is to control % mix of traffic that re-uses connections vs not. From How to use options (k6.io) it seems all options are globally set for the entire test during the Init() phase, so all the scenarios in the test will end up sharing the same option. So is the only way to achieve this mix by running two separate tests simultaneously?

Welcome @anirudh333 to our community. Question is not clear but you can have mutiple scenarios which executes different functions simultaneously.