In your case, if you have a physical interface "internal1" with three subinterfaces (let's call them Sub1, Sub2, and Sub3), and another physical interface "internal2," you would need to create three firewall rules to allow traffic from each subinterface of "internal1" to "internal2."
Policy1
Source Interface: internal1:Sub1 Destination Interface: internal2 Action: Allow
Policy2
Source Interface: internal1:Sub2 Destination Interface: internal2 Action: Allow
Policy3
Source Interface: internal1:Sub3 Destination Interface: internal2 Action: Allow
Each rule specifies the source and destination interfaces, allowing traffic between the specified subinterfaces on "internal1" and "internal2." This approach ensures that you have control over traffic between each pair of subinterfaces.