@viragomann I want to thank you for your guidance. I really appreciate your time on this topic. Finally, I solved the problem, just adding an outbound rule on the /30 interface where the source is the VLAN over the LAN interface, destination any, and translating to one of the /29 addresses. With that, our clients can go out to the internet using this service.
So, if anyone finds a scenario like this, this is what I did:
1-. Set up the interconnection: use one of the /30 addresses and create a GW with the other address on the interface connected to the ISP
Interfaces - Select the one connected with the ISP
Configuration Type: Static
Ip Address: one of the /30 (usually the highest)
Add a new gateway
Gateway Name: as you want
Gateway IP: the other address
Add
Save
2-. Create an IP alias: Firewall - Virtual IP - Add
Type: Ip Alias
Interface: The one connected to the ISP
Address: One of the public address
Save
3-. NAT outbound rules: one with static port and another without static port. Firewall - NAT - Outbound
Outbound Type: Hybrid
Save
Add Rule
Interface: The one connected with the ISP
Address Family: IPV4 + IPV6 (if you use IPV6)
Protocol: Any
Source: LAN network. If you have multiples VLAN on
your LAN, then the source should be the
network of the VLAN you need to go out to
the internet
Destination: Any
Translation: The Ip alias that was created before.
Dropdown the list to find it
Check the Static Port for one of the rules. Then create
another one exactly like before but without the static
port checked
Save
4-. Set a policy to use the gateway of your ISP: Firewall - Rules - LAN (or VLAN on the LAN) Tab and add a rule where the gateway is your interface connected with your ISP.
Firewall - Rules - LAN (or VLAN over your LAN) Tab and then click on Add
Interface: The LAN or VLAN on the LAN interface
Address Family: IPV4 + IPV6
Protocol: Any
Source: Lan or Vlan Net
Destination: any
Display Advanced options and scroll down until find Gateway
Select the gateway created before
Click Save
And that's it. This works for me. Maybe is not too fancy but, works fine.
Thanks everyone for the help.