If you want to use the environment variables multiple times in the same session you can use:
export VAR1=var1 VAR2=var2 VARN=varn
If you want to execute a command with multiple variables without affecting the current bash session, you can use:
VAR1=var1 VAR2=var2 VARN=varn command arg=1