You can make a Slave respond to a range of addresses, and then determine which one was addressed using the Wire.getRxAddr() function. If you look at the basic_slave_range example it shows something like this.
So for instance, to make slave respond to addresses 0x35, 0x38, 0x3F, you could do...