Hello,
i am not quite sure what you mean with "without however losing the connect"? Do you want to randomize your entry but still have the same exist IP?
Generally, there are several ways to randomize your entry. It depends on what software / protocol you are using (Eddie, Suite, Config File / OpenVPN, WireGuard).
For .ovpn config files you could resolve all possible entries for your desired location (see https://airvpn.org/faq/servers_ip/) and randomize them:
remote x.x.x.x
remote x.x.x.x
remote-random
If you are on Linux, you can also create a bash scripts that randomly connects do different config files which you created by using the config generator.
Regards.