Thanks in advance.
Reference: https://help.mikrotik.com/docs/display/ROS/WireGuard#WireGuard-Introduction
Option: RoadWarrior WireGuard tunnel
Is there any way to have multiple listening ports for the same wireguard interface? or a port range? This will prevent someone to block a specific port.
/interface wireguard
add listen-port=13231 name=wireguard1
/ip address
add address=192.168.100.1/24 interface=wireguard1