In Jmeter, a thread is basically equivalent to a user, so you can follow
https://stackoverflow.com/a/48293988 to use a variable for the number of threads, then use the Advanced JMeter Test Options when starting a test to add -Jthreads=X. Also, you can increase the number of servers you use, which will increase the number of threads.