Your question is a bit unclear.
1) Do you mean an I2C address conflict where for example two MCP23017 expanders are set up with the same I2C address?
Solution: change the pull-up/down resistors on the address pins (A0-2) to change the address of one of the chips.
Yes, an address conflict. If both are set to use the same address what would happen?
(Edited the OP to clarify.)
You'll probably get garbage on the I2C bus because both MCP23017 chips will reply slightly out of sync (even if data is identical) and definitely out of sync if there is different data coming back to the microcontroller.
I don't believe that I2C function is ever guaranteed for two devices with the same I2C address on the same bus.
Can you outline why you are considering this approach? Extra current supply to a load? Surely just use a line driver as a high current buffer?
rt