Generally when an ISP gives you both a /30 and a larger block of IP address, the /30 is for the connection between your router and them. Your router is expected to route the larger block.
This is almost certainly your setup if they didn't provide a gateway address for the /29. That gateway would be your router, and you can assign its LAN interface any IP address inside the /29 that you want.
So your router should have two Ethernet interfaces, one for your ISP and one for your LAN. The ISP interface should be numbered 124.16.64.145 and your router should have a default route to 124.16.64.146.
You can number the router interface in your LAN anything inside that /29 that you want. Other devices on the /29 should be switched to the router's LAN interface. Their default gateway should be the router's interface IP on the LAN side.
So:
For the /30: [ISP] <-> [Router/WAN]
For the /29: [Router/LAN] <-> [Switch] <-> [Other Devices]
Your ISP should have given you sufficient configuration information to make this clear. If you're still unclear about what they expect, you should ask them.
If your switch has VLAN capabilities, you can use a router with a single Ethernet port if it also supports VLANs. You can even bridge both the LAN and WAN sides if you must and assign a single router interface two IP addresses, but the IP setup is still the same.