So, other question, now with this setup I display only the user Profile that has the "Stato VIP" Role.
In the same carousel I need to display first the Profiles list about the user with "Stato VIP" role and after the Profiles list about the user with "Stato Base" role.
What should I do to have this condition?
You need to add a custom field to your member profile post type to store the user role.
Whenever you create a new user with a profile, as well as setting the role of the user you create, store the name of the role on the linked member profile.
I'm not sure I know (if I did, I don't recall) how you create the users and assign these different roles to them to be able to give you more specific advice.