Not natively out of the box, but you could write routines and SSIS packages to do the replication aspect for you.
But saying you have CDC enabled, I'd just stick TX replication over the top of it also, it's not going to add much of an overhead as you already have the log reader running for CDC anyway, you just add the distribution load which you're going to get by having do hand crank some form of manual replication via procs/SSIS etc.