Is there any way to reuse the same login steps with different users

Thank you for your answers @newuserkantu @ulrich

If I want to run this scenario:

open https://ui.vision/
run /reuse/login_macro
echo Now we are logged in!
run /reuse/logout_macro
run /reuse/login_macro

Is any way to run the same login macro with 2 different user data or I need to create two login macros login_user1 and login_user2?