Do you think that it is possible to find a $f$ and a $g$ such that $f(x) \neq x$ and $\forall x \gt 1, y \gt 1$ then
$$f\left({1\over 1-{1\over x}-{1\over y}}\right) = {1\over 1-{1\over g(x)}-{1\over g(y)}}$$
EDIT 1:
and
$$f(2x) = 2f(x)$$ $$g(2x) = 2g(x)$$
EDIT 2:
and
$$f(x) \gt 0$$ $$g(x) \gt 0$$
(began answering before the $f(2x)=2f(x),g(2x)=2g(x)$ was added)
$$f\left({1\over 1-{1\over x}-{1\over y}}\right) = {1\over 1-{1\over g(x)}-{1\over g(y)}}$$
Let $A(x)=\frac{1}{f\left(\frac{1}{x}\right)}, B(x)=\frac{1}{g\left(\frac{1}{x}\right)},u=\frac{1}{x},v=\frac{1}{y}$. Then:
$$\frac{1}{A(1-u-v)}=\frac{1}{1-B(u)-B(v)}\implies A(1-u-v)=1-B(u)-B(v)$$
Now, let $C(x)=1-A(1-x)$, then:
$$C(u+v)=B(u)+B(v)$$
Letting $u+v=x$, this implies that $\forall \alpha, B(u)+B(x-u)$ must be constant in $u \implies \frac{d}{du}(B(u)+B(x-u))=0$
Thus $B'(u)-B'(x-u)=0$ for all $u$ and all $x$, meaning that $B'$ is constant and thus that $B(x)=mx+b$ for some $m,b$. This would lead to $C(x)=mx+2b$, and, working backwards:
$$\implies A(x)=1-m(1-x)-2b=mx+(1-2b-m)$$
$$\implies f(x)=\frac{x}{m+(1-2b-m)x}, g(x)=\frac{x}{m+bx}$$
[I realise I've made assumptions about differentiability - currently thinking about how to remove them]