If you don't need multiple IP addresses, don't use them. There is no need to "combine" them.
If you have several domains that you want to put behind a firewall - say mail.example.com,
www.example.com, ftp.example.com - DNS can give them all the IP of your firewall and it can forward the correct ports to your internal servers which would have no public IP.
Another alternative is to have the servers in a DMZ, where they can be reached from the internet or from the internal network. In this case they each retain a separate public IP.