Port forwarding has to be to a specific host, essentially what you are telling the MX to do is when it receives a connection request on a particular port forward that request to an internal host at a specific IP address. It would make no sense to try and forward a port to a subnet.
By default your internal hosts should be able to access the internet across the MX. The MX does PAT (port address translation) for your internal hosts to its external WAN address.
If you have multiple public IP addresses you can setup different 1:1 or 1:many NATs for inbound traffic.
Is there a specific use case you are trying to achieve?