How to use a MUX DEMUX to communicate two circuits

communicationmultiplexer

I'm trying to reduce two circuits with 14 connections to only 3. I was googling for hours and I read a lot about multiplexor and demultiplexor. But as is my first investigation in electronics (I'm a really noob) I can't found a solution to this.
My near aproximation to resolve this problem is the following one (is a concept/analogy, not the real circuit).

Any help or comment will be preciated as any answer!
Thanks in advance

enter image description here

Best Answer

As long as you allow ground as an uncounted line, you can do it a bit more simply than Asmyldof suggests. Not only that, you can do it for as many channels as you like.

schematic

simulate this circuit – Schematic created using CircuitLab

The counters are synchronous reset, and the carry is active when the counter is at max carry. The polarities of the carry and reset must be the same. 74HC163 is a type IC, except that the carry and reset are of opposite polarities, so an inverter must be used.

There are only 3 signals required: clock, reset and data.

The counter size can be more or less indefinitely extended.