Is there a function $f:\mathbb N \to \mathbb N$ such that $\forall n \in \mathbb N, f(f(n))=n+2015$ ?
Here's what I've done:
Assuming such a function exists,
$f(f(f(n)))=f(\color{red}{f(f(n))})=f(n+2015)=\color{red}{f(f(}f(n)\color{red}{))}=f(n)+2015$.
Hence $\forall n, f(n+2015)=f(n)+2015$.
A simple induction yields $\forall n,\forall k, f(n+2015k)=f(n)+2015k$.
This means that $f(n) \operatorname{mod}2015$ only depends on $n \operatorname{mod}2015$.
What then ? I can't reach a contradiction from here.