Hi,
For multiple ip addresses on same interface, you can configure secondary ip address but i am not sure if that fits in your scenario.
int e0/0
ip add x.x.x.1 255.255.255.0
ip add x.x.x.2 255.255.255.0 secondary
OR
You can also create multiple sub-interface and can use each sub-interface to connect to one server using switch in between.
Regards,
Akash