Multiple GSM module with arduino

Multiple GSM modules would all connect and work the same. Usually a GSM modem is just a serial connection so I would use an Arduino with multiple hardware serial lines like the mega or teensy. Then you hook each GSM modem to a serial port and use one of the GSM libraries. It should not be a problem to do something like this.