The correct term would be bonding them together and yes you can do it point to point with with two t1 lines or with two t1 lines to the internet so long as your ISP supports it.
Example:
ip cef
interface Multilink##
description Maple Street
ip address x.x.x.x 255.255.255.252
no ip directed-broadcast
no cdp enable
ppp multilink
ppp multilink fragment disable
multilink-group ##
interface Serial0/0
description
no ip address
no ip directed-broadcast
encapsulation ppp
no keepalive
tx-queue-limit 26
no fair-queue
no cdp enable
ppp multilink
multilink-group ##
interface Serial0/1
description
no ip address
no ip directed-broadcast
encapsulation ppp
no keepalive
tx-queue-limit 26
no fair-queue
no cdp enable
ppp multilink
multilink-group ##
May need to add nat, crypto, or access-list commands to the multilink if used for internet side.