Thanks!
I solved by using two different solutions in the same page.
Here is the code I used to show just the not reccurring events of the category:
[events_list limit=100 pagination=0 category=163 hide_recurring=1][/events_list]
Followed by the code to show just the recurring events:
[events_list limit=100 pagination=0 category=163 recurring=1 scope=all mode=yearly][/events_list]
To make the shortcode “hide_recurring” works you have to add this code to your theme functions.php https://pastebin.com/yy8JApW7.
Hope it helps others ??