multiple wireguard listening ports for the same interface

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

You can use a dst-nat rule to forward a list of ports or port ranges to the one where the Wireguard instance listens, but in countries where this is a concern, those “someones” typically use DPI to filter wireguard and other VPN types by packet contents rather than by port numbers.