You WILL have to work with your ISP on this, as a PPP multilink is established between your router, and your ISP's router.
You need to agree on a protocol between you and your ISP. Therefore you contact them, and ask to change the protocol to PPP for multilink. It's probably Cisco HDLC currently.
Once you do that, you will have to work with your ISP to set up the PPP Multilink. Most ISP's have there own settings for multilinks, and PPP fragmentation settings. It will probably be like this.
interface Serial0/0
encapsulation ppp
ppp multilink
ppp multilink group 1
interface Serial0/1
encapsulation ppp
ppp multilink
ppp multilink group 1
interface Multilink1
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ppp multilink
ppp multilink fragment disable
ppp multilink group 1