Can I launch UEs individually?

Hello!
I am starting two or more UEs with the following command.
But I want to start 2 or more UEs individually.
Is there any way?

sudo build/nr-ue -c config/free5gc-ue.yaml -n 2

Hi, I think you can start two or more UEs by the following ways.

1.Start individual instances with the same configuration file in separate commands.
ex: Typing sudo build/nr-ue -c config/free5gc-ue.yaml in two or more terminals.

2.Create multiple configuration files for each UE, and run the command for each file.