Hi Anwar,
are you saying you don't have any more GPIO pins available?
Anyway, by writing MODRR0 the routing of peripherals to external port pins is configured. But, the actual assignment (connection) of port pins to a peripheral is done after enabling a particular peripheral.
So in your case, for example, firstly you write MODRR0 and configure the routing. Still the PT0/1 pins can be used as GPIOs and when you enable I2C interface system (IBEN=1), the PT0/1 will be assigned to the I2C system.
Then again you can disable I2C system and port pins PT0/1 will be available for GPIO function.
(note that the I2C registers are available even if I2C system is disabled (IBEN=0)).
Regards,
iggi